home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10092 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Win 95 and Borland C++. HELP!!
  5. Date: 6 Mar 1996 00:25:08 GMT
  6. Organization: Borland International
  7. Message-ID: <4him14$340@druid.borland.com>
  8. References: <Pine.SOL.3.91.960226122858.611A-100000-100000-100000-100000-100000-100000@podsun18>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article 
  15. <Pine.SOL.3.91.960226122858.611A-100000-100000-100000-100000-100000-100000@pod
  16. sun18>, podop41@bingsuns.cc.binghamton.edu says...
  17. >
  18. >                                
  19. >hi.
  20. >                                                
  21. >I have installed borland C++ 4.52 in my computer, and i have problems 
  22. >with floating points.  Everytime when i declare a variable a flot and put 
  23. >in a real number, it gives me floating point over flow error.  For example
  24. >
  25. >float x;
  26. >
  27. >cin >> x;
  28. >
  29. >
  30. >if i put a integer here it is fine, but if i put a real number like 3.25, 
  31. >it gives me a floating point overflow error.
  32. >
  33. >I am running under win 95, in a dx2 66 with 8meg ram.
  34. >
  35. >If anybody have any idea about my problem please e-mail me.  
  36.  
  37. Apparently this problem arises if you have installed the Windows 95 Plus Pack. 
  38. I understand that the latest Windows 95 patch from Microsoft fixes it.
  39.  
  40.